referential integrity - Übersetzung nach russisch
Diclib.com
Wörterbuch ChatGPT
Geben Sie ein Wort oder eine Phrase in einer beliebigen Sprache ein 👆
Sprache:

Übersetzung und Analyse von Wörtern durch künstliche Intelligenz ChatGPT

Auf dieser Seite erhalten Sie eine detaillierte Analyse eines Wortes oder einer Phrase mithilfe der besten heute verfügbaren Technologie der künstlichen Intelligenz:

  • wie das Wort verwendet wird
  • Häufigkeit der Nutzung
  • es wird häufiger in mündlicher oder schriftlicher Rede verwendet
  • Wortübersetzungsoptionen
  • Anwendungsbeispiele (mehrere Phrasen mit Übersetzung)
  • Etymologie

referential integrity - Übersetzung nach russisch

SITUATION WHERE ALL DATA REFERENCES ARE VALID
Declarative Referential Integrity; Referential Integrity; Inclusion dependency; Referential constraint; Inclusion dependencies; Declarative referential integrity
  • Eat the Rich]]" referred to this artist. With referential integrity enforced, this would not have been possible.

referential integrity         

общая лексика

целостность ссылочных данных (в реляционной структуре БД)

Data Integrity         
MAINTENANCE OF, AND THE ASSURANCE OF THE ACCURACY AND CONSISTENCY OF, DATA OVER ITS ENTIRE LIFE-CYCLE
Integrity protection; Database integrity; Integrity constraints; Integrity constraint; Domain integrity; User-defined integrity; Data fidelity
обеспечение целостности данных. Эта услуга обеспечивает защиту данных от активных угроз, таких как изменение, вставление, удаление или повторное воспроизведение данных.
data integrity         
MAINTENANCE OF, AND THE ASSURANCE OF THE ACCURACY AND CONSISTENCY OF, DATA OVER ITS ENTIRE LIFE-CYCLE
Integrity protection; Database integrity; Integrity constraints; Integrity constraint; Domain integrity; User-defined integrity; Data fidelity

общая лексика

целостность данных

в СУБД - правильность данных и их согласованность с ожидаемым значением после пересылки или обработки

Смотрите также

database integrity; record locking

Definition

referential integrity
<database> A collection of properties which should be possessed by data in a relational database. For example, in a database of family members, if we enter A as a spouse of B, we should also enter B as a spouse of A. Similarly, if we remove one end of the relationship we should also remove the other. (1998-02-18)

Wikipedia

Referential integrity

Referential integrity is a property of data stating that all its references are valid. In the context of relational databases, it requires that if a value of one attribute (column) of a relation (table) references a value of another attribute (either in the same or a different relation), then the referenced value must exist.

For referential integrity to hold in a relational database, any column in a base table that is declared a foreign key can only contain either null values or values from a parent table's primary key or a candidate key. In other words, when a foreign key value is used it must reference a valid, existing primary key in the parent table. For instance, deleting a record that contains a value referred to by a foreign key in another table would break referential integrity. Some relational database management systems (RDBMS) can enforce referential integrity, normally either by deleting the foreign key rows as well to maintain integrity, or by returning an error and not performing the delete. Which method is used may be determined by a referential integrity constraint defined in a data dictionary.

The adjective 'referential' describes the action that a foreign key performs, 'referring' to a linked column in another table. In simple terms, 'referential integrity' guarantees that the target 'referred' to will be found. A lack of referential integrity in a database can lead relational databases to return incomplete data, usually with no indication of an error.

Übersetzung von &#39referential integrity&#39 in Russisch